unsigned type meaning in Chinese
无符号类
Examples
- To call a windows function that takes an unsigned type
调用采用无符号类型的windows函数 - Rather than unsigned types unless memory is at a premium
而不是无符号类型,除非内存不足。 - Is an unsigned type and cannot represent a negative value
是一个无符号类型,不能表示负数。 - Is an unsigned type , it cannot represent a negative number
是无符号类型,所以它不能表示负数。 - How to : call a windows function that takes unsigned types
>如何:调用采用无符号类型的windows函数